home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title>Vulnerabilita'</title>
- </head>
- <body>
- <?php
- if ($autenticato==1) {
- // per accedere a questa parte basta scrivere come indirizzo della pagina vulnerabile.php?autenticato=1 se register_globals=On su php.ini
- echo "<h4>Queste informazioni dovrebbero essere leggibili solo da parte di chi sia stato autenticato</h4>";
- }
- ?>
- </body>
- </html>